runtime.statAggregate.heapStats (field)
24 uses
runtime (current package)
metrics.go#L254: hist.counts[len(hist.counts)-1] = in.heapStats.largeAllocCount
metrics.go#L257: for i, count := range in.heapStats.smallAllocCount[1:] {
metrics.go#L266: out.scalar = in.heapStats.totalAllocated
metrics.go#L273: out.scalar = in.heapStats.totalAllocs
metrics.go#L280: hist.counts[len(hist.counts)-1] = in.heapStats.largeFreeCount
metrics.go#L283: for i, count := range in.heapStats.smallFreeCount[1:] {
metrics.go#L292: out.scalar = in.heapStats.totalFreed
metrics.go#L299: out.scalar = in.heapStats.totalFrees
metrics.go#L332: out.scalar = in.heapStats.numObjects
metrics.go#L339: out.scalar = in.heapStats.tinyAllocCount
metrics.go#L364: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L365: in.heapStats.inStacks - in.heapStats.inWorkBufs)
metrics.go#L372: out.scalar = in.heapStats.inObjects
metrics.go#L379: out.scalar = uint64(in.heapStats.released)
metrics.go#L386: out.scalar = uint64(in.heapStats.inStacks)
metrics.go#L393: out.scalar = uint64(in.heapStats.inHeap) - in.heapStats.inObjects
metrics.go#L428: out.scalar = uint64(in.heapStats.inWorkBufs) + in.sysStats.gcMiscSys
metrics.go#L456: out.scalar = uint64(in.heapStats.committed+in.heapStats.released) +
metrics.go#L886: heapStats heapStatsAggregate
metrics.go#L907: a.heapStats.compute()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |